@font-face{
    font-family:muli;
    src:url(https://static.smartygrants.com.au/default/fonts/muli/muli.woff2);
    font-weight: 400;
}

@font-face{
    font-family:muli;
    src:url(https://static.smartygrants.com.au/default/fonts/muli/muli-bold.woff2);
    font-weight: 700;
}

html,body{
	background-color:#f6f2f5;
	font-family: muli, Helvetica, arial, sans-serif;
    color:#323d42;
}

h1{
	font-size:30px;
	margin-bottom:25px;
	border-bottom:2px solid #EAEAEB;
    color:#870e40;
}

h2{
	font-size:20px;
    color:#870e40;
}

h3{
	font-size:16px;
	margin-bottom:20px 0;
/*	background-color:#d4d6db;*/
}

#header{
    /*background: linear-gradient(to right, #87084f 50%,#ee4057 50%);*/
    background:linear-gradient(to right, #870e40, #de313b);
}

#logo{
    width:960px;
    margin:0 auto;
    padding:25px 0;
    height: 40px;
}

#bendigo-logo{
    width: 50%;
    float:left;
}

.community-info{
    color:#fff;
    width: 50%;
    float:left;
    text-align: right;
}

#community-enterprise p{
    font-size: 26px;
}

#community-bank-1 p{
    font-size: 22px;
    margin: 0;
    line-height: 40px;
}

#community-bank-2 p{
    font-size: 20px;
    margin: 0;
    line-height: 22px;
}

#header a{
    border:none;
    outline:none;
}

#banner{
    width:960px;
    margin:0 auto;
}

#banner img{
    vertical-align: middle;
}

#head{
	height:30px;
	background-color:#e2e7e9;
    line-height: 30px;
}

.chooseform{
	margin-left:0px;
}

.ftAppInfo{
	margin-top:10px;
}


.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close, #kc-form-buttons input {
	appearance: none;
	background-color: #fff;
	border: 1px solid #de313b;
    border-radius: 24px;
	color: #de313b;
	cursor: pointer;
	font-size: 16px;
	height: 48px;
	line-height: 46px; /*height minus border top and bottom width*/
	moz-appearance: none;
	padding: 0;
	text-decoration: none;
	webkit-appearance: none;
	width: 150px;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover, #kc-form-buttons input:hover {
	background-color: #ef404a0d;
}

.appform .btn .next {
	/*background-image: url(https://static.smartygrants.com.au/default/arrows/black-chevron-right.png);
	background-position: 103px center;
	background-size: 18px;*/
    background-image: none;
    padding:0;
}

.appform .btn input.btndisabled {
	cursor: not-allowed;
}

.appform .btn .prev {
	/*background-image: url(https://static.smartygrants.com.au/default/arrows/black-chevron-left.png);
	background-position: 5px center;
	background-size: 18px;*/
    background-image: none;
    padding:0;
}

.appform .field {
    display: grid;
}

.iconbar .item-narrow {
    width: 175px;
}

#header{
	background-color:#23242B;
}

#logo a{
    display:contents;
}

#wrapper{
	width: 960px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
	background-color:#fff;
	border: 1px solid #e2e7e9;
    border-top: none;
}

#user, #headlinks{
	font-size:16px;
	margin:0 5px;
}

#body{
	padding: 15px;
	min-height:830px;
	/*margin-top:20px;
	padding-top:40px;*/
}

a, a:link, a:visited, #headlinks a, #headlinks a:link, #headlinks a:visited{
	color:  #de313b;
	text-decoration: underline;
    border:1px solid transparent;
}

a:hover, a:active, a:focus, #headlinks a:hover, #headlinks a:focus, #headlinks a:active{
    color:#de313b;
    text-decoration: none;
}

a:focus, #headlinks a:focus{
    border:1px dotted #000;
}

.validationerror, .ftValidError{
	border: 1px solid;
	border-radius:5px;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
	color:#CC0000 !important;
	background-color: #F2DEDE !important;	
	border-color:#eed3d7;
}

.ftValidError div{
	font-size:92%;
	font-weight:normal;
}

.ftAbnInfo thead th{
	background-color:#C0C5D2;
	color:#23242b;
}

.ftAbnInfo table{
	background-color:#DBDFE8;
	color:#23242b;
}

#regform > fieldset > div:nth-child(5) > div.hint > p{
    margin-top:130px;
}

#lastSaved{
    margin-top:-90px;
	float:left !important;
}

#appnav {
    background-color: white;
    border: 1px solid #e2e7e9;
    color: #de313b;    
    /*float:left; for appnav on left side*/
    font-size: 16px;
    font-weight: 400;
    margin-bottom: -4000px;
    margin-top: 68px; /*if editing the btn height adjust this to match so page & appnav headings are aligned*/
    padding: 0px;
    width: 200px;
}

#appnav h3 {
    background-color: #e2e7e9;
    border: none;
    color: #870e40;
    font-size: 23px;
    margin: -1px;
    padding: 5px;
}

#appnav .current {
    background-color: transparent;
    border: none;
    color:#000;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    padding: 8px;
}

#appnav li {
    border: none;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

#appnav a, #appnav a:link, #appnav a:visited {
    color:#de313b;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 8px;
    text-decoration: none;
}

#appnav a:hover,#appnav a:active, #appnav a:focus {
    text-decoration: underline;
}

/*Review & Submit page link when also the selected page*/
#appnav .current a{
    color: #de313b;
    font-weight: 700;
    margin: -8px; /*edit to match the .current padding (negative) to avoid double up with #appnav a*/
}

#appnav hr {
    background-color: black;
    border: none;height: 2px;
    margin: 0;outline: none;
}

/*For appnav on left side
#htmlForm .appform{
    margin-left:230px;
}*/

.ftAppWarn{
	margin-top:20px;
}

.ftEditForm{
	border:none;
	width:700px;
}

.ftEditForm input[type="text"]:focus{
	border: #2175b3;
	padding:2px;
}

.appform h2, .ftEditSectionHeading{
	background-color: #e2e7e9;
    color: #870e40;
	width:inherit;
}

.appform h3, .ftEditColumnHeading{
    background-color: #e2e7e9;
    color: #870e40;
    width: inherit;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;
    height:48px;
}

.appform .btn .mid{
    width:410px;
}

.appform .l{
	width: 197px;
}

.create-sf-profile-btn{
    text-decoration:none !important;
}

#footer {
    background-color: #fff;
    color: #323d42;
    height: 250px;
    margin-top: 40px;
    border-top: 1px solid #e6e3e1;
}

#footer-content {
    margin: 0 auto;
    padding-top: 40px;
    width: 960px;
}

.footer-position {
    float: left;
    font-size: 14px;
    height: 150px;
    line-height: 24px;
    margin-top: 0px;
    width: 50%;
}

.footer-position ul {
    margin: 0px;
}

.footer-position li {
    list-style: none;
    margin-bottom: 0px;
}

.footer-position h4 {
    color: #870e40;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-position a, .footer-position a:link, .footer-position a:visited {
    border: none;
    color: #323d42;
    outline: 1px solid transparent;
    text-decoration: none;
}

.footer-position a:hover, .footer-position a:active, .footer-position a:focus {
    border: none;
    color: #870e40;
    outline: 1px solid transparent;
    text-decoration: underline;
}

.footer-position a:focus {
    outline: 1px dotted #0172a8;
}

.ftFieldTable{
	/*the width needs to increase to compensate for the font*/
	width:105%;
}

.fsBoxH{
	margin-top:10px;
}

.fileinput-button{
/* 	width:20px;
	height:10px;
	background-color:black;
	display:inline-block; */
}

.ftEditPageHeading{
	font-size:23px;
    background-color: #e2e7e9;
    color: #870e40;
}

/*ie11 glitch fix*/
.questionLegend {
    width: inherit;
}

/*ie11 glitch fix*/
.questionLegend.ftEditLabel.fsBoxV1 {
    width: 100%;
}

.ftFieldRadio, .ftFieldCheckbox{
    margin-top: 6px;
}

.ftFieldAddressFull{
    width: -moz-available !important;
}